option saplus datum GPS datum (def. WGS 84) string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_saplus.html#fmt_saplus_o_datum
-file ----rw destinator_itn dat Destinator Itineraries (.dat) destinator_itn
- https://www.gpsbabel.org/WEB_DOC_DIR/fmt_destinator_itn.html
-file rw---- destinator_poi dat Destinator Points of Interest (.dat) destinator_poi
- https://www.gpsbabel.org/WEB_DOC_DIR/fmt_destinator_poi.html
-file --rw-- destinator_trl dat Destinator TrackLogs (.dat) destinator_trl
- https://www.gpsbabel.org/WEB_DOC_DIR/fmt_destinator_trl.html
-file rw---- easygps loc EasyGPS binary format easygps
- https://www.gpsbabel.org/WEB_DOC_DIR/fmt_easygps.html
-
file rw---- exif jpg Embedded Exif-GPS data (.jpg) exif
https://www.gpsbabel.org/WEB_DOC_DIR/fmt_exif.html
option exif filename Set waypoint name to source filename boolean Y https://www.gpsbabel.org/WEB_DOC_DIR/fmt_exif.html#fmt_exif_o_filename
urlbase Basename prepended to URL on output
prefer_shortnames (0/1) Use shortname instead of description
datum GPS datum (def. WGS 84)
- destinator_itn Destinator Itineraries (.dat)
- destinator_poi Destinator Points of Interest (.dat)
- destinator_trl Destinator TrackLogs (.dat)
- easygps EasyGPS binary format
exif Embedded Exif-GPS data (.jpg)
filename (0/1) Set waypoint name to source filename
frame Time-frame (in seconds)
extern ff_vecs_t tpg_vecs;
extern ff_vecs_t tpo2_vecs;
extern ff_vecs_t tpo3_vecs;
-extern ff_vecs_t easygps_vecs;
extern ff_vecs_t gpl_vecs;
extern ff_vecs_t igc_vecs;
extern ff_vecs_t brauniger_iq_vecs;
LegacyFormat tpg_fmt {tpg_vecs};
LegacyFormat tpo2_fmt {tpo2_vecs};
LegacyFormat tpo3_fmt {tpo3_vecs};
- LegacyFormat easygps_fmt {easygps_vecs};
#if SHAPELIB_ENABLED
ShapeFormat shape_fmt;
#endif
"tpo",
nullptr,
},
- {
- &easygps_fmt,
- "easygps",
- "EasyGPS binary format",
- "loc",
- nullptr,
- },
#if SHAPELIB_ENABLED
{
&shape_fmt,